@import url("/assets/style/fontello.css");

@import url("assets/style/jquery.bxslider.css");
@import url("assets/style/jquery.mobile-menu.css");
@import url("assets/style/site-icons.css");
@import url("assets/style/menu-css.css");
@import url("assets/style/responsive.css");
@import url("assets/style/owl.theme.css");
@import url("assets/style/owl.carousel.css");




.center {
    text-align: center;
}

.left{text-align:left;}
.right{text-align:right;}
/*go-top*/

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
    right: 20px;
    bottom: 20px;
  border-radius:3px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  /* image replacement properties */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #f5f5f5 url(top_arrow.svg) no-repeat center 50%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s 0s, visibility 0s .3s;
  -moz-transition: opacity .3s 0s, visibility 0s .3s;
  transition: opacity .3s 0s, visibility 0s .3s;
}
.cd-top.cd-is-visible, .cd-top.cd-fade-out, .no-touch .cd-top:hover {
  -webkit-transition: opacity .3s 0s, visibility 0s 0s;
  -moz-transition: opacity .3s 0s, visibility 0s 0s;
  transition: opacity .3s 0s, visibility 0s 0s;
}
.cd-top.cd-is-visible {
  /* the button becomes visible */
  visibility: visible;
  opacity: 1;
}
.cd-top.cd-fade-out {
  /* if the user keeps scrolling down, the button is out of focus and becomes less visible */
  opacity: .5;
}
.no-touch .cd-top:hover {
  background-color: #0079C2;
  opacity: 1;
}

@media only screen and (min-width: 1024px) {
  .cd-top {
    height: 60px;
    width: 60px;
    right: 30px;
    bottom: 40px;
  }
}

/*go-to-top*/




/*reset*/



/* ---------------------------------------------------------------------- */
/*	Reset
/* ---------------------------------------------------------------------- */
	
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;/**/
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display: block; }

*,
*:after,
*:before {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

ul { list-style: none outside;    }
ol { list-style-position: inside; }

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
	outline: none;
	text-decoration: none;
    background: transparent;
	vertical-align: baseline;
	transition: all 0.25s ease 0s;
	
	
}

a, a > * {
	text-decoration: none;
	color: #000;
}

a:hover {
	color: #C8302F;
}

.not-ie a {
	-webkit-transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
			transition: background-color .2s ease, border .2s ease, color .2s ease, opacity .2s ease-in-out;
}

img {
    border: 0;
	height: auto;
	max-width: 100%;
	-ms-interpolation-mode: bicubic;
}

/* ---------------------------------------------------------------------- */
/*	Basic Elements
/* ---------------------------------------------------------------------- */

body {
	background:#212121;
	color: #000;
	font-size: 14px;
	font-family: 'robotoregular';
	line-height: 22px;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
}

	/* -------------------------------------------------- */
	/*	Clearfix
	/* -------------------------------------------------- */

	.clear {   
		clear: both;
		display: block;
		height: 0;
		overflow: hidden;
		visibility: hidden;
		width: 0;
	}
	
	.clearfix:after {
		clear: both;
		display: block;
		visibility: hidden;
		height: 0;
		content: ".";
	}	
	
	
	p {
		margin: 0 0 20px;
		padding: 0;
		font-family: 'robotoregular';
	line-height: 22px;
	}

	h1, h2, h3, h4, h5, h6 {
		margin-bottom: 20px;
		color: #000;
		font-family: 'robotomedium';
		line-height: 1.0em;
		font-weight: normal;		
		letter-spacing:0px;
	}
	
	h1 { font-size: 46px; }
	h2 { font-size: 40px; }
	h3 { font-size: 30px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h6 { font-size: 14px; }

	::-moz-selection {
		background-color: #333;
		color: #fff;
		text-shadow: none;
	}

		

	
	
	.loader {
		position: fixed;
		top: 0;
		left: 0;
		z-index: 200;
		width: 100%; 
		height: 100%;
		background: #fff; 
	}
	
	
	
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		cursor: pointer;
		-webkit-appearance: button;
	}
	
	button::-moz-focus-inner,
	input::-moz-focus-inner {
		padding: 0;
		border: 0;
	}

	button,
	input,
	select,
	textarea {
		margin: 0;
		border: none;
		vertical-align: baseline;
		font-size: 100%;
	}
	
	button {
		display: inline-block;
		margin-bottom: 15px;
		padding: 6px 13px;
		outline: groove;
		background-color: transparent;
		color: #4CAF50;;
		vertical-align: baseline;
		text-align: center;
		text-decoration: none;
		font: 11px/1.5 Arial;
		cursor: pointer;
	}


	label {
    cursor: pointer;
    display: table;
    width: 100%;
    margin-bottom: 8px;
	font-weight:normal;
}
	
	input,
	textarea,
	select,
	button {
		-webkit-transition: all .25s ease;
				transition: all .25s ease;	
	}
	
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	textarea, select {
		display: inline-block;
		padding: 9px 10px;
		width: 70%;
		outline: none;		
		background-color: #fff;
		border:1px solid #ddd;
		color: #494949;
		font-size: 13px;
		font-family: 'robotoregular';
		font-style:italic;
		margin-bottom:15px;
		-webkit-border-radius: 3px;
				border-radius: 3px;
		-webkit-box-shadow: none;
				box-shadow: none;				
		-webkit-appearance: none;	
				appearance: none;	
				line-height:22px;
				
	}
	
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus,
	textarea:focus,
	select:focus { border-color: #55A528; }
	
	
	textarea {
		resize: both;
		min-height: 180px;
		min-width: 70%;
		max-width: 100%;
	}

	input[type="radio"],
	input[type="checkbox"] {
		margin: 4px 0 0;
		line-height: normal;
	}

	input[type="image"],
	input[type="submit"],
	input[type="reset"],
	input[type="button"],
	input[type="radio"],
	input[type="checkbox"] { width: auto; }

	.wrong-data { border-color: #fe5214; }

	/* Fix for Mobile Safari */
	input[type="checkbox"]	{ -webkit-appearance: checkbox; }
	input[type="radio"]		{ -webkit-appearance: radio; }

	 Chrome, Safari 
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder { color: #999; }

	 Firefox 
	input:-moz-placeholder,
	textarea:-moz-placeholder { color: #999; }
	
		

	.button {
		font-family: 'robotomedium';
		border-width: 1px;
		border-style: solid;
		background:rgba(200,48,47,1);
		border:none;
		display: inline-block;
		margin-bottom: 15px;
		padding: 15px 20px;
		outline: none;
		color: #fff;
		vertical-align: middle;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		font-weight: normal;
		font-size: 18px;
		cursor: pointer;		 
		-webkit-border-radius: 2px;
				border-radius: 2px;
		-webkit-transition: all .25s ease;
				transition: all .25s ease;

				line-height:15px;
				
	}
	.button:hover{background:rgba(200,48,47,0.9); color:#fff; text-decoration:none;}
	
	.button i{color:#fff;}
	.button:hover i{color:#fff; padding-left:5px;}
	
	
	
	
	
/* ---------------------------------------------------------------------- */
/*	Header
/* ---------------------------------------------------------------------- */

#header {
	position: relative;
	top: 0;
	left: 0;
	z-index: 99;
	width: 100%;	
	background-color: #F3EEEA;	
	-webkit-backface-visibility: hidden;
		-ms-backface-visibility: hidden;
			backface-visibility: hidden;
	-webkit-transition: background-color .25s ease, height .25s ease;
			transition: background-color .25s ease, height .25s ease;
			padding-top:30px;
}

/*reset*/
nav .menu a.button{background:rgba(200,48,47,1); padding: 12px 20px; color:#fff; margin-bottom:0px;}

nav .menu a.button:hover{background: rgba(200,48,47,0.9) none repeat scroll 0 0; color:#fff; text-decoration:none;}


@media (min-width:768px) {
.container {
	width: 750px
}
}
@media (min-width:992px) {
.container {
	width: 970px
}
}
@media (min-width:1200px) {
.container {
	width: 1060px
}
}
.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}
.row {
	margin-right: -15px;
	margin-left: -15px
}



.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-toolbar:after, .clearfix:after, .container-fluid:after, .container:after, .dl-horizontal dd:after, .form-horizontal .form-group:after, .modal-footer:after, .modal-header:after, .nav:after, .navbar-collapse:after, .navbar-header:after, .navbar:after, .pager:after, .panel-body:after, .row:after {
    clear: both;
}
.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}
@media (min-width:768px) {
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 25%
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}
@media (min-width:992px) {
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}
@media (min-width:1200px) {
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
	width: 75%
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width: 25%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}

@media (min-width:768px) {
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
	margin-left: -10px
}
.navbar-right {	
	margin-right: -10px
}
.navbar-text {
	margin-right: 10px;
	margin-left: 10px
}
}



.container {
	padding-right: 10px;
	padding-left: 10px;
	 margin-right: auto;
    margin-left: auto;

}

.main-container{background-color: #F3EEEA;}
.donate-icon{float:left; margin-right:5px;}

.overlay-object{position:relative;}
.banner-overlay{position:absolute; top:0; left:0px; width:100%; height:100%;}
.banner-overlay-inner{display:table; width:100%; height:100%;}
.banner-overlay-content{display:table-cell; vertical-align:middle;}

.red-bg{background:#C8302F;}
.pad-30{padding:40px 40px;}
.pad-31{padding:10px 10px;}
.banner-box h1{text-align:left; font-size:46px; color:#fff;  line-height:100%;}
.banner-box p{margin-bottom:0px; font-size:20px;}
.banner-box a, .banner-box a i{color:#fff;}
.banner-box a:hover{text-decoration:underline;}
.banner-box a:hover i{padding-left:5px;}

.slider img{display:table; margin:0px auto; width:100%;}

.top-header {
    /* display: table; */
    width: 100%;
	position:relative;
}

.section .button{margin-bottom:0px;}

.section2-content{
		position: relative;
		padding: 60px 0px;
		display: table;
		width: 100%;
		margin-top:-60px;
	}
.section2-content:before{background:#000 url(/web/20180829222132im_/http://kalpatarudas.com/assets/images/student.jpg); background-size:cover; width:50%; padding:20px; position:absolute; top:0; left:0;    content: ""; height:100%;}
.section2-content:after{background:transparent; width:50%;  padding:20px;  position:absolute; top:0; right:0;  content: ""; height:100%;}

.section2-left h2, .section2-left p{color:#fff;}
.wht-bg h2, .wht-bg p{color:#000;}
.red-bg h2, .red-bg p{color:#fff;}
.blk-bg , .blk-bg h2, .blk-bg p{color:#fff;}
.section2-right.wht-bg {
    position: relative;
    left: -40px;
	z-index:9;
}


 .section3-content{
		position: relative;
		padding: 30px 0px 0;
		display: table;
		width: 100%;
	}

.uppercase-bold{
    text-transform: uppercase;
    font-weight: bold;
}

.wht-bg{background:#fff;}
.blk-bg{background:#212121;}


.more-link{font-size:18px; text-transform:uppercase; font-family: 'robotomedium';}
.red-bg .more-link, .red-bg .more-link i{color:#fff;}
.red-bg .more-link :hover{text-decoration:underline}
.red-bg .more-link:hover i{padding-left:5px;}
.blk-bg .more-link, .blk-bg .more-link i{color:#fff;}
.blk-bg .more-link :hover{text-decoration:underline}
.blk-bg .more-link:hover i{padding-left:5px;}

.section {
    display: table;
    width: 100%;
	    background-color: #F3EEEA;
}



.section5-content{
		position: relative;
		padding: 0px;
		display: table;
		width: 100%;
	}
	
	
.section5-content:before{background:transparent; width:50%;  padding:20px;  position:absolute; top:0; left:0;  content: ""; height:100%;}
.section5-content:after{background:#000 url(/web/20180829222132im_/http://kalpatarudas.com/assets/images/sports.jpg); background-size:cover; width:50%; padding:20px; position:absolute; top:0; right:0;    content: ""; height:100%;}

.img-responsive{display:table; margin:0px auto;}

.event-list li {
    padding: 20px 15px;
    border-bottom: 1px solid #373737;
	min-height:80px;
	
}
.event-list {margin-bottom:30px;}
.event-list li:last-child {
    border:none;
}
.event-list li p{margin-bottom:0px;}
.event-data {
    padding-left: 100px;
	font-weight:bold;
}

.event-inner{position:relative;}

.event-date{position:absolute; left:0; top:0px;   padding: 10px 15px;}

.text-center{text-align:center;}
.red-text{color:#C8302F;}

.voluteer-content{padding:0px 80px 0 0;}
.ingnorance-content{padding:80px 40px 40px 0px;}
.button span, .more-link span {
    margin-left: 10px;
}

.logo-slider-content{padding:40px 0px;}


.testimonials .bxslider p.red-text{color:#C8302F !important; font-family: 'robotomedium';}
.testimonials .bxslider p{font-size:16px;
line-height:24px;}

.testimonials {
    position: relative;
    top: -40px;
	padding:60px 40px;
}

.testimonials:before{position:absolute; content:""; width:30px; height:26px; top:25px; right:25px; background:url(/web/20180829222132im_/http://kalpatarudas.com/assets/images/quote-icon.jpg) no-repeat;}

.footer{padding:40px 0; position:relative; top:-10px; background:#212121;}

.footer h4{color:#fff;}

.footer p, .footer {color:#777777; font-size:14px;}



.grid-inner{padding:0px 20px 20px;}



.footer-contact li{display:inline; margin-right:10px;}

.footer-newsupdate li{padding:0px 0px 15px;}
.footer-newsupdate  p{margin-bottom:5px; line-height:16px;}
.footer .footer-date{color:#505050;}

.footer-last{padding:20px 0px 0px; border-top:1px solid #505050; display:table; width:100%;}
.footer-social{float:right}

.footer-social a {
    display: block;
    float: left;
    padding: 5px;
    border: 1px solid #777777;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 30px;
    font-size: 18px;
    border-radius: 50%;
    margin: 0px 0px 0px 10px;
    color: #777777;

}
.footer-social a i{color: #777777;}
.section4-left{text-align:center;}

.slider .container{padding-left:0px; padding-right:0px;}
.slider .container .grid-item{padding-left:0px; padding-right:0px;}

.section .container{padding-left:0px; padding-right:0px;}

.section .col-lg-1, .section .col-lg-10, .section .col-lg-11, .section .col-lg-12, .section .col-lg-2, .section .col-lg-3, .section .col-lg-4, .section .col-lg-5, .section .col-lg-6, .section .col-lg-7, .section .col-lg-8, .section .col-lg-9, .section .col-md-1, .section .col-md-10, .section .col-md-11, .section .col-md-12, .section .col-md-2, .section .col-md-3, .section .col-md-4, .section .col-md-5, .section .col-md-6, .section .col-md-7, .section .col-md-8, .section .col-md-9, .section .col-sm-1, .section .col-sm-10, .section .col-sm-11, .section .col-sm-12, .section .col-sm-2, .section .col-sm-3, .section .col-sm-4, .section .col-sm-5, .section .col-sm-6, .section .col-sm-7, .section .col-sm-8, .section .col-sm-9, .section .col-xs-1, .section .col-xs-10, .section .col-xs-11, .section .col-xs-12, .section .col-xs-2, .section .col-xs-3, .section .col-xs-4, .section .col-xs-5, .section .col-xs-6, .section .col-xs-7, .section .col-xs-8, .section .col-xs-9{padding-left:0px; padding-right:0px;}

.footer .container {
    padding-left: 0px;
	padding-right:0px;
}


.footer .container, .footer .container .grid-item {
    padding-left: 0px;
	padding-right:0px;
}


.page-content {
  /*  position: relative; */
    z-index: 99;
    display: table;
    width: 100%;
	padding:40px 0px;
	   background-color: #F3EEEA;
}

.page-content.home-content{padding:0px;}
ul.side-block{margin-bottom:20px;}
ul.side-block li {
    line-height: 30px;
    border-bottom: 1px solid #ddd;
}

ul.side-block li:last-child {    
    border: none;
}

@media all and (min-width:768px) and (max-width:992px){
	nav .menu a{padding:12px 5px !important; font-size:12px !important;}
	
	nav .menu a.button{padding:12px 10px !important;}
}


@media all and (min-width: 768px){
.footer .col-md-6 .grid-inner:first-child{padding-left:0px;}
.footer .col-md-3 .grid-inner:last-child{padding-right:0px}

}

@media all and (max-width: 767px){
.section2-content:before{width:100%;}
.section2-content{margin-top:0px; padding:0px;}
.section2-right.wht-bg{left:0px;}
.voluteer-content{padding:0 15px 20px;}

.ingnorance-content {
    padding: 40px 15px;
}
.section5-left, .section5-right {
    z-index: 9;
}

.grid-inner {
    padding: 0px 15px 20px;
}
.pad-30 {
    padding: 40px 15px;
}
.footer{text-align:center;}

.banner-box h1 {    
    font-size: 30px;    
}
h2 {
    font-size: 24px;
}
.footer-social {
    float: none;
    display: table;    
    text-align: center;
    margin: 20px auto 0;
}
#logo {
    display: table;
    margin: 0px auto;
    position: relative;
    z-index: 9;
}
}






/*
     FILE ARCHIVED ON 22:21:32 Aug 29, 2018 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 14:16:03 Oct 09, 2023.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 102.044
  exclusion.robots: 0.07
  exclusion.robots.policy: 0.06
  cdx.remote: 0.058
  esindex: 0.01
  LoadShardBlock: 75.756 (3)
  PetaboxLoader3.datanode: 100.028 (5)
  load_resource: 171.811 (2)
  PetaboxLoader3.resolve: 107.179 (2)
*/